home *** CD-ROM | disk | FTP | other *** search
/ Toy Story Free! Interactive / Toy Story.iso / pc / DATA / hunt.swf / scripts / DefineButton2_36 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-01-27  |  91 b   |  5 lines

  1. on(release){
  2.    _parent.levelOver._visible = false;
  3.    _parent.gotoAndStop("intro");
  4. }
  5.